메인 콘텐츠로 건너뛰기
GET
/
audiences
/
attributes-values
Get multiple audience attribute values
curl --request GET \
  --url https://your_a2_service/audiences/attributes-values \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "value": "<string>"
  }
]

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

쿼리 매개변수

code
string
page
integer
기본값:1
page_size
integer
기본값:10

응답

Successful Response

code
string
필수

속성 식별 코드

AudienceSegment, Audience의 속성 키로 사용

Required string length: 1 - 32
id
string<uuid>
필수
value
string
필수

속성 값